GrapeCity.ActiveReports.Extensibility.v9 アセンブリ > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData 名前空間 > GeoPoint クラス > GeoPoint コンストラクタ : GeoPoint コンストラクタ(Double,Double,Nullable<Double>,Nullable<Double>) |
'宣言 Public Function New( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Nullable(Of Double), _ ByVal m As Nullable(Of Double) _ )
public GeoPoint( double x, double y, Nullable<double> z, Nullable<double> m )